projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8fa6fc
)
Allow -beos*. Translate -be to -beos.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 19 Jul 1998 22:09:55 +0000
(22:09 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 19 Jul 1998 22:09:55 +0000
(22:09 +0000)
config.sub
patch
|
blob
|
history
diff --git
a/config.sub
b/config.sub
index e24b8504126a97039ba4adc615c213bfb9856c8a..ba9b041ec5c397806ff52ab098384397ffdf09bf 100755
(executable)
--- a/
config.sub
+++ b/
config.sub
@@
-714,7
+714,7
@@
case $os in
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
- | -mingw32* | -linux-gnu* | -uxpv*)
+ | -mingw32* | -linux-gnu* | -uxpv*
| -beos*
)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-linux*)
@@
-827,6
+827,9
@@
case $basic_machine in
sparc-* | *-sun)
os=-sunos4.1.1
;;
+ *-be)
+ os=-beos
+ ;;
*-ibm)
os=-aix
;;